home *** CD-ROM | disk | FTP | other *** search
- setProperty("_root.hero", _xscale, "+100");
- setProperty("_root.hero", _yscale, "100");
- setProperty("_root.hero", _X, "700");
- setProperty("_root.hero", _Y, "425");
- tellTarget("_root.darker")
- {
- gotoAndPlay(2);
- }
- if(prog_pila eq true)
- {
- tellTarget("_root.minipila")
- {
- gotoAndStop(4);
- }
- }
- tellTarget("_root.c")
- {
- gotoAndStop(1);
- }
-